﻿
//==============================================================================
// Hypaspist_anim.txt
//==============================================================================

import Greek_Large_Shield_anim.txt

//==============================================================================
define greekSword2
{
   set hotspot
   {
      version
      {
	Visual Halberd_Up
	ReplaceTexture Attachments A Spear Standard/Halberd
      }
   }
}

//==============================================================================
define greekSword
{
   set hotspot
   {
      version
      {
	Visual Halberd
	ReplaceTexture Attachments A Spear Standard/Halberd
      }
   }
}

//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hoplite Head Bronze
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
	   set hotspot
	   {
	      version
	      {
				Visual Infantry G Hypaspist_IdleA
				ReplaceTexture Infantry G Hypaspist Standard/Halberd Soldier
				ReplaceTexture Infantry G Hypaspist Cape/Infantry X Trident Soldier Cape Iron
				connect RightHand greekSword2 hotspot
				connect LeftForearm LargeGreekShield hotspot
				Connect TopOfHead Head hotspot
	      }
	   }
   }
}



//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hypaspist_WalkA
				ReplaceTexture Infantry G Hypaspist Standard/Halberd Soldier
				ReplaceTexture Infantry G Hypaspist Cape/Infantry X Trident Soldier Cape Iron
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.00 true   
                  tag FootstepRight 0.40 true   
//-- end auto generated section
				connect RightHand greekSword hotspot
				connect LeftForearm LargeGreekShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hypaspist_AttackA
				ReplaceTexture Infantry G Hypaspist Standard/Halberd Soldier
				ReplaceTexture Infantry G Hypaspist Cape/Infantry X Trident Soldier Cape Iron
				length 1.8
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.30 true   
                  tag GenericSound 0.40 true   
                  tag Attack 0.71 true   
                  tag GenericSound 0.81 true   
//-- end auto generated section
				Connect TopOfHead Head hotspot
				connect RightHand greekSword hotspot
				connect LeftForearm LargeGreekShield hotspot
         }
			version
         {
				Visual Infantry G Hypaspist_AttackB
				ReplaceTexture Infantry G Hypaspist Standard/Halberd Soldier
				ReplaceTexture Infantry G Hypaspist Cape/Infantry X Trident Soldier Cape Iron
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.57 true   
                  tag GenericSound 0.40 true   
//-- end auto generated section
				Connect TopOfHead Head hotspot
				connect RightHand greekSword hotspot
				connect LeftForearm LargeGreekShield hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hypaspist_DeathA
				ReplaceTexture Infantry G Hypaspist Standard/Halberd Soldier
				ReplaceTexture Infantry G Hypaspist Cape/Infantry X Trident Soldier Cape Iron
				connect RightHand greekSword hotspot
				connect LeftForearm LargeGreekShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}


//==============================================================================
anim Bored
{
   SetSelector
   {
	   set hotspot
	   {
	      version
	      {
				Visual Infantry G Hypaspist_boredA
				ReplaceTexture Infantry G Hypaspist Standard/Halberd Soldier
				ReplaceTexture Infantry G Hypaspist Cape/Infantry X Trident Soldier Cape Iron
				connect RightHand greekSword2 hotspot
				connect LeftForearm LargeGreekShield hotspot
				Connect TopOfHead Head hotspot
	      }
	   }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hypaspist_FlailA
				ReplaceTexture Infantry G Hypaspist Standard/Halberd Soldier
				ReplaceTexture Infantry G Hypaspist Cape/Infantry X Trident Soldier Cape Iron
				connect RightHand greekSword hotspot
				connect LeftForearm LargeGreekShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}


